home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 153 / cdrom153.iso / edu / lptos / Connect the Dots_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-02-22  |  924 b   |  25 lines

  1. ;InnoSetupVersion=4.1.8
  2. [Setup]
  3. AppName=Connect the Dots
  4. AppVerName=Connect the Dots
  5. AppId=Connect the Dots
  6. DefaultDirName={pf}\Connect the Dots
  7. DefaultGroupName=Connect the Dots
  8. OutputBaseFilename=setup
  9. Compression=lzma
  10. PrivilegesRequired=none
  11. DisableProgramGroupPage=yes
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\ConnectDots.exe"; DestDir: "{app}"; Flags: ignoreversion 
  16. [Run]
  17. Filename: "{app}\ConnectDots.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  18. [Icons]
  19. Name: "{group}\Connect the Dots"; Filename: "{app}\ConnectDots.exe"; WorkingDir: "{app}"; 
  20. Name: "{group}\Desinstalar Connect the Dots"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  21. [Languages]
  22. ; These files are stubs
  23. ; To achieve better results after recompilation, use the real language files
  24. Name: "br"; MessagesFile: "embedded\br.isl"; 
  25.